home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / SNNSV32.ZIP / SNNSv3.2 / xgui / sources / d3_links.ph < prev    next >
Encoding:
Text File  |  1994-04-25  |  1.0 KB  |  47 lines

  1. /*****************************************************************************
  2.   FILE           : d3_links.ph
  3.   SHORTNAME      : links.ph
  4.   SNNS VERSION   : 3.2
  5.  
  6.   PURPOSE        : header for d3_links.c 
  7.   NOTES          :
  8.  
  9.   AUTHOR         : Ralf Huebner 
  10.   DATE           : 1.12.1991
  11.  
  12.   CHANGED BY     : Sven Doering
  13.   IDENTIFICATION : @(#)d3_links.ph    1.6 3/2/94
  14.   SCCS VERSION   : 1.6
  15.   LAST CHANGE    : 3/2/94
  16.  
  17.              Copyright (c) 1990-1994  SNNS Group, IPVR, Univ. Stuttgart, FRG
  18.  
  19. ******************************************************************************/
  20. #ifndef _D3_LINKS_DEFINED_
  21. #define _D3_LINKS_DEFINED_
  22.  
  23. /* begin global definition section */
  24.  
  25. void d3_createLinkPannel (Widget w, Widget button, caddr_t call_data);
  26.  
  27. /* end global definition section */
  28.  
  29. /* begin private definition section */
  30.  
  31. static Widget linksOnButton, linksOffButton, linksLabelButton, linksColorButton;
  32. static Widget fontSmallButton, fontBigButton;
  33.  
  34. static d3_state_type temp_state;
  35.  
  36. /* end private definition section */
  37.  
  38. #endif 
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45. /* end of file */
  46. /* lines: 25 */
  47.